AnchorType Enumeration
Represents how a frame is bound to a text document.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration AnchorType
| Page | 0 |
The page that has the same physical page number as the value of the anchor page number that is attached to the drawing shape element. If no anchor page number value is given, the anchor position is the page at which the character behind the drawing object element appears.
|
| Frame | 1 |
The parent text box that the current drawing shape element is contained in.
|
| Paragraph | 2 |
The paragraph that the current drawing shape element is contained in.
|
| Char | 3 |
The character after the drawing shape element.
|
| AsChar | 4 |
There is no anchor position. The drawing shape behaves like a character.
|
| None | 5 |
None.
|